-
Notifications
You must be signed in to change notification settings - Fork 3
Update saml dev settings #1982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update saml dev settings #1982
Conversation
|
A small addition: to avoid having to manually edit the metadata when importing it into the development IdP, you can set the The UU IdP doesn't need that field, so it doesn't need to be there in the prod settings |
backend/ianalyzer/settings_saml.py
Outdated
| "mail": ("email", ), | ||
| "givenName": ("first_name", ), | ||
| "uuprefixedsn": ("last_name", ), | ||
| "uuPrefixSn": ("last_name", ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the default attribute mapping of the Development-IdP, this attribute is titled "uuPrefixedSn". (so with an additional -'ed' compared to this name.
Meesch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good work, I made some clarity additions to the Dev-IdP repo to make it work seamlessly with the current documentation :-)
Some minor edits to the development settings and documentation for SAML.
settings_saml.pywere needed to integrate with the development identity provider app. (Thanks to @tymees for helping me out with that!)